Gateway Intentsの指定が必要になった
discord.js
v13
は
Gateway API
v9に接続します。
Gateway API
v8以降、
Gateway Intents
の指定が必須です。
Intents are optionally supported on the v6 gateway but required as of v8
https://discord.com/developers/docs/topics/gateway#gateway-intents
discord.jsはこれをユーザーに明示的に指定させることにしたようです。
一部のライブラリではデフォルトとして特定の
Gateway Intents
が指定されることがあるようですがdiscord.jsでは
そのようなことはありません
。
関連
Gateway Intents を指定するサンプル
Gateway Intents の利用に関するガイド